Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

fix: use --meta flag to embed config in talos imager v1.9.1#50

Merged
jmgilman merged 1 commit into
masterfrom
fix/talos-meta-config
Dec 29, 2025
Merged

fix: use --meta flag to embed config in talos imager v1.9.1#50
jmgilman merged 1 commit into
masterfrom
fix/talos-meta-config

Conversation

@jmgilman
Copy link
Copy Markdown
Collaborator

Summary

  • Uses --meta 0x0a flag instead of --embedded-config-path
  • --embedded-config-path is only available in Talos v1.12+
  • Reads config file inside container to avoid shell escaping issues

🤖 Generated with Claude Code

The --embedded-config-path flag is only available in Talos v1.12+.
For v1.9.1, use --meta 0x0a to embed the machine configuration.

Uses shell entrypoint to read the config file inside the container,
avoiding shell escaping issues with YAML content.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jmgilman jmgilman merged commit 6993742 into master Dec 29, 2025
1 check passed
@jmgilman jmgilman deleted the fix/talos-meta-config branch December 29, 2025 05:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant